home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / robot software / webots-kros-1.0.1_setup.exe / {app} / kteam / include / sys / dirent.h < prev    next >
C/C++ Source or Header  |  1999-12-23  |  513b  |  16 lines

  1. /* <dirent.h> includes <sys/dirent.h>, which is this file.  On a
  2.    system which supports <dirent.h>, this file is overridden by
  3.    dirent.h in the libc/sys/.../sys directory.  On a system which does
  4.    not support <dirent.h>, we will get this file which tries to find
  5.    any other <dirent.h> which may be lurking around.  If there isn't
  6.    one, the user will get an error indicating that there is no
  7.    <dirent.h>.  */
  8.  
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. #include_next <dirent.h>
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.